home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #9 / 1999 CD 9 (black).iso / Tools / FileDuster / Setup.exe / _SETUP.1 / fduster.exe / 0 / RCDATA / TFAQFORM / TFAQFORM.txt
Encoding:
Text File  |  1998-07-13  |  914 b   |  43 lines

  1. object FAQForm: TFAQForm
  2.   Left = 247
  3.   Top = 180
  4.   Width = 575
  5.   Height = 295
  6.   Caption = 'Frequently Asked Questions'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object FAQMemo: TMemo
  16.     Left = 259
  17.     Top = 0
  18.     Width = 308
  19.     Height = 268
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       '')
  23.     ReadOnly = True
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.   end
  27.   object FAQListBox: TListBox
  28.     Left = 0
  29.     Top = 0
  30.     Width = 259
  31.     Height = 268
  32.     Align = alLeft
  33.     ItemHeight = 13
  34.     Items.Strings = (
  35.       'How do I find duplicate files in different directories?'
  36.       'What is a Mask?'
  37.       'How do I scan only '#39'some'#39' drives?'
  38.       'How can I identify very large files?')
  39.     TabOrder = 1
  40.     OnClick = FAQListBoxClick
  41.   end
  42. end
  43.